<whatToLearn>
	<summary>
		Learn to create new functions whose inputs and outputs are to/from the same floating point array,
		and the function must always use the same size array.
		<maybe>
			I am not sure about this part. The min and max ranges of these floating points
			should be known before the function is run (if you ask the function object).
			<maybe>Should that be per floating point or the same for all floating points in the array?</maybe>
			<maybe>Should the input ranges be able to be different than the output ranges?</maybe>
		</maybe>
	</summary>
</whatToLearn>